Windows Sockets 2 samples

bcast       -- Broadcast over UDP or IPX with SO_BROADCAST
dt_dll      -- Debug Trace feature of checked build of ws2_32.dll
iocomplt    -- Demonstrate the use of I/O Completion ports
ipxchat     -- GUI chat sample showing Windows Sockets over IPX
layered     -- Layered WinSock2 service provider
nullprov    -- NULL service provider, and sample install code
overlap     -- overlapped I/O + AcceptEx
ping        -- demonstrates raw sockets
simple      -- simple client, server, and IOCTL example
sockspx     -- simple IPX sample, including enumeration of local adapters
ws2chat     -- Windows Sockets 2 sample chat application
wsock       -- GUID tutorial, includes demonstration of Microsoft-specific
               extension: AcceptEx

Several of the samples demonstrate Windows Sockets 1 functionality.  They
are included here because they show good, general purpose techniques, and
because they demonstrate that building a Windows Sockets 2 application is
often as simple as re-compiling and re-linking.
